cody - HTMLify profile
files of /cody/swapnilsparsh/30DaysOfJavaScript/209 - Speech-Number-Guess game/
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
## Speak Number Guessing Game
Number guessing game where you speak your guess into the microphone using the speech recognition
Number guessing game where you speak your guess into the microphone using the speech recognition
const msgEl = document.getElementById('msg');
const randomNum = getRandomNumber();
console.log('Number:', randomNum);
window.
const randomNum = getRandomNumber();
console.log('Number:', randomNum);
window.